home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 April / PC Advisor 2006 April.iso / internet / OPERA / opera.exe / MIMEHEAD.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-01-18  |  705 b   |  47 lines

  1. @charset "utf-8";
  2. /* Stylesheet  to show all email/news headers */
  3. /* Copyright 2000-2005 Opera Software */
  4.  
  5. @namespace omf url(http://www.opera.com/2003/omf);
  6. @namespace html url(http://www.w3.org/TR/REC-html40);
  7.  
  8. /* Headers in general */
  9.  
  10. omf|mime
  11. {
  12.  background:        Window;
  13.  display:        block;
  14. }
  15.  
  16. omf|headers
  17. {
  18.  font:        status-bar;
  19.  display:        table;
  20.  width:        100%;
  21.  border-spacing:    0;
  22.  background:        Window;
  23. }
  24.  
  25. omf|hdr
  26. {
  27.  display:table-row;
  28. }
  29.  
  30. /* Header name */
  31. omf|n
  32. {
  33.  vertical-align:    top;
  34.  display:        table-cell;
  35.  font-weight:    bold;
  36.  text-align:        right;
  37. }
  38.  
  39. omf|n:after {content: ": ";}
  40.  
  41. /* Header value */
  42. omf|v
  43. {
  44.  vertical-align:    top;
  45.  display:        table-cell;
  46. }
  47.